.goods-list {
  overflow: hidden;
  width: 900px;
  margin-top: 40px;
}
.goods-list li {
  position: relative;
  overflow: hidden;
  width: 280px;
  border: 1px solid #dddddd;
  margin-right: 16px;
  margin-bottom: 25px;
  float: left;
  height: 300px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.goods-list li a {
  display: block;
  position: relative;
}
.goods-list li a:hover {
  color: #666;
}
.goods-img {
  position: relative;
  z-index: 5;
  width: 180px;
  height: 140px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 33px;
}
.goods-list-hr {
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 10;
  left: 32px;
}
.goods-name {
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.goods-name2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-more {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.goods-more img {
  padding-left: 5px;
  margin-top: -2px;
}
.goods-list li:hover .goods-more {
  color: #60c992;
}
